home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / IPC / Messages / ParentMainFormUnit.dfm / ParentMainFormUnit.txt
Encoding:
Text File  |  1999-08-31  |  740 b   |  39 lines

  1. object ParentForm: TParentForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 371
  5.   Height = 300
  6.   Caption = 'Parent application (reader)'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poDefaultPosOnly
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 363
  19.     Height = 254
  20.     Align = alClient
  21.     BorderStyle = bsNone
  22.     TabOrder = 0
  23.   end
  24.   object Timer1: TTimer
  25.     Interval = 10
  26.     Left = 24
  27.     Top = 24
  28.   end
  29.   object MainMenu1: TMainMenu
  30.     Left = 88
  31.     Top = 24
  32.     object LaunchChildApp1: TMenuItem
  33.       Caption = '&Launch Child App'
  34.       ShortCut = 0
  35.       OnClick = LaunchChildApp1Click
  36.     end
  37.   end
  38. end
  39.